Updates.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 15 Sep 2004 17:15:11 +0000 (17:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 15 Sep 2004 17:15:11 +0000 (17:15 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 255f6616232961c0b59768535a13bb7280a39ec1..1ea1481c5f43ee93d12b0b532e5ff186069e4506 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Update.
+
 Wed Sep 15 00:57:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * docs/tools/widgets.c: Add accel label, file button
@@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004  Søren Sandmann  <sandmann@redhat.com>
        for the recent change to gtk_default_draw_expander().
 
        * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
-       for expander sizes up to 16.
+       for expander sizes up to 16
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
        popup if the model is replaced.  (#152333)
index 255f6616232961c0b59768535a13bb7280a39ec1..1ea1481c5f43ee93d12b0b532e5ff186069e4506 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Update.
+
 Wed Sep 15 00:57:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * docs/tools/widgets.c: Add accel label, file button
@@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004  Søren Sandmann  <sandmann@redhat.com>
        for the recent change to gtk_default_draw_expander().
 
        * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
-       for expander sizes up to 16.
+       for expander sizes up to 16
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
        popup if the model is replaced.  (#152333)
index 255f6616232961c0b59768535a13bb7280a39ec1..1ea1481c5f43ee93d12b0b532e5ff186069e4506 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Update.
+
 Wed Sep 15 00:57:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * docs/tools/widgets.c: Add accel label, file button
@@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004  Søren Sandmann  <sandmann@redhat.com>
        for the recent change to gtk_default_draw_expander().
 
        * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
-       for expander sizes up to 16.
+       for expander sizes up to 16
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
        popup if the model is replaced.  (#152333)
index 255f6616232961c0b59768535a13bb7280a39ec1..1ea1481c5f43ee93d12b0b532e5ff186069e4506 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Update.
+
 Wed Sep 15 00:57:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * docs/tools/widgets.c: Add accel label, file button
@@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004  Søren Sandmann  <sandmann@redhat.com>
        for the recent change to gtk_default_draw_expander().
 
        * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
-       for expander sizes up to 16.
+       for expander sizes up to 16
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
        popup if the model is replaced.  (#152333)
diff --git a/NEWS b/NEWS
index 6c97fb082cffb8ad58ea3cc1ec396fc67e570489..efda952e8349010a7c036600ff827edb861983a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3
+=================================================
+* GtkFileChooserButton
+ - Work better with older version of the gnome-vfs backend [Zack Cerza]
+ - Keynav improvements [Jonathan Blandford]
+ - Make position of pathbar down button stable [Jonathan]
+* GtkComboBox
+ - Work without a model [Mariano Suarez-Alvarez
+* GtkTreeView
+ - Allow sorting of tree models to be turned off [Torsten Schoenfeld]
+* GtkRange
+ - Add a::slider-moved signal [Thomas Fitzsimmons]
+* GtkEntryCompletion
+ - Improve positioning of popups [Matthias]
+* Make input methods respect editability [Noah Levitt]
+* Add an setting to specify modules to load [Alex Graveley]
+* Use GOption for commandline argument parsing [Anders Carlsson]
+* Default theme
+ - Improve drawing of expanders [Matthias Clasen]
+* Add a configure option to disable the use of ELF visibility 
+  attributes for PLT reduction
+* gdk-pixbuf
+ - Add a variant of gdk_pixbuf_new_from_file_at_size() which 
+   optionally ignores aspect ratio [Dom Lachowicz]
+ - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
+ - Security fixes [Chris Evans]
+* Win32
+ - Improve tablet handling [Robert Ögren]
+ - Make tablets work on multi-monitor systems [Robert]
+ - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
+ - Add IME input method [Takuro Ashie, Kazuki IWAMOTO]
+ - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz,
+   Havoc Pennington]
+ - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
+ - Build fixes [Tor Lillqvist]
+* Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh,
+ Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko,
+ Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich,
+ Lorenzo Gil Sanchez, Richard Hoelscher, Owen Taylor, Olivier Andrieu,
+ Morten Welinder, Jean Bréfort]
+* Documentation improvements [Matthias]
+* New and updated translations (ang,ar,en_CA,ne,pt_BR,ro,uk)
+
 Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2
 =================================================
 * GtkFileChooserButton